Cohesity Create or Update ServiceNow incident

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Content Index


This playbook creates and updates the incident in the ServiceNow platform.

Attribute Value
Type Playbook
Solution CohesitySecurity
Source View on GitHub

Logic App Connectors

This playbook uses 4 Logic App connectors / built-in actions:

Connector / Action Type Connections Actions
azuresentinel Managed 1 0
microsoftsentinel Managed 0 1
service-now Managed 1 0
service-now_1 Managed 0 3
Action parameters (URLs, paths, function IDs)

microsoftsentinel (Managed)

Action Method Endpoint Other
Update_incident put /Incidents

service-now_1 (Managed)

Action Method Endpoint Other
Create_Record post /api/now/v2/table/@{encodeURIComponent('incident')}
Update_Record_-_Incident_closed put /api/now/v2/table/@{encodeURIComponent('incident')}/@{encodeURIComponent(variables('SNOW System ID'))}
Update_Record_-_incident_not_closed put /api/now/v2/table/@{encodeURIComponent('incident')}/@{encodeURIComponent(variables('SNOW System ID'))}

Additional Documentation

📄 Source: Cohesity_CreateOrUpdate_ServiceNow_Incident/readme.md

Summary

This playbook creates a ticket on ServiceNow's Now Platform. It can be also used for updating the ServiceNow ticket or closing it. For example, an automation rule can be created to close the ServiceNow ticket by running this playbook when the corresponding Sentinel ticket is closed.

Prerequisites

  1. Create an account on ServiceNow's Now Platform.

Deployment instructions

  1. Click on the "Deploy to Azure" button to deploy the playbook. This step directs you to deploy an ARM Template wizard. Deploy to Azure
  2. Fill in the required parameters:

Post-Deployment instructions

  1. Make sure the user that runs the playbook has the role Microsoft Sentinel Playbook Operator assigned. To assign the role,
  1. Enter and authorize ServiceNow credentials in the playbook (read more about editing connections here)

Note: You can get the credentials at your ServiceNow instance by going to My account\Instance Action\Manage instance password.

Alternatively, you can follow these steps to achieve the same goal. This would be especially useful if the previous steps didn’t work for you.

  1. For the playbook to run, there is a need to assign the Microsoft Sentinel Responder role to the playbook's managed identity.
  1. (Recommendation) You can create an automation rule to close the corresponding ServiceNow ticket when the corresponding Sentinel ticket is closed.

References


Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Playbooks · Back to CohesitySecurity